home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / OMNILK.ZIP / sample2.sc_ / sample2.sc
Encoding:
Text File  |  1997-09-06  |  433 b   |  16 lines

  1. ;Omnilook script sample
  2. ;this script will send selected image via email
  3. ;using Microsoft Internet Mail and News client
  4.  
  5. ;start email client
  6. ;the path below is as you would see it when you clicked on the properties' shortcut
  7. ;you may need to change the path below from your own internet mail shortcut properties
  8.  
  9. start 'notepad'
  10. wait 2
  11.  
  12.  
  13. ;send ctrl-n keystrokes to open new message
  14. keys 'hello world'
  15. wait 2
  16. keys '%fxn'